home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / aqbanking / imexporters / csv / profiles / spk-aachen.conf < prev    next >
Text File  |  2014-12-19  |  2KB  |  60 lines

  1. char name="SPK-AACHEN"
  2. char shortDescr="Files from Sparkasse Aachen"
  3. char version="5.4.2"
  4. char longDescr="This profile supports the CSV format used by Sparkasse Aachen"
  5. int import="1"
  6. int export="1"
  7.  
  8. char type="csv"
  9. char groupNames="transaction", "transfer", "debitnote", "line"
  10. char dateFormat="DD.MM.YY"
  11. int utc="0"
  12.  
  13. # The following vars are used when there is an additional field within a
  14. # record which defines the sign of the amount.
  15. # Some banks use "C" (positive) and "D" (negative) or "Af" (negative) and
  16. # "Bij" (positive)
  17. int usePosNegField="0"
  18. char posNegFieldName="posNeg"
  19. #char positiveValues="Bij", "C"
  20. #char negativeValues="Af", "D"
  21. int defaultIsPositive="1"
  22.  
  23.  
  24. params {
  25.   # if 1 then values are quoted
  26.   quote="1"
  27.   
  28.   # if 1 then a title line will be written containing the names of each
  29.   # column
  30.   title="1"
  31.   
  32.   # special values are "TAB" and "SPACE"
  33.   delimiter=";" 
  34.   
  35.   # this is the group name looked for in the given data to GWEN_CSV_Write
  36.   # if not given then all groups match
  37.   #group="transaction"
  38.   
  39.   # this group contains the definition for each column
  40.   # each variable in this group has its number as name
  41.   # you can use index variables in the names (using square brackets)
  42.   # the value of each of these variables is the name of a variable to be looked
  43.   # up in the data given to GWEN_CSV_Write
  44.   columns {
  45.     1="localAccountNumber"
  46.     #2="date"
  47.     3="valutadate"
  48.     4="transactionText"
  49.     5="purpose[0]"
  50.     6="remoteName[0]"
  51.     7="remoteAccountNumber"
  52.     8="remoteBankCode"
  53.     9="value/value"
  54.     10="value/currency"
  55.     #11="purpose[1]"
  56.   } # columns
  57.  
  58. } # params
  59.  
  60.